home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / spazio / mi112.dir / 00136_Script_136 < prev    next >
Text File  |  1983-01-28  |  684b  |  33 lines

  1. on exitFrame
  2.   att_hilite 143,151,139,9,161
  3.   
  4.   if the mousecast =201 then
  5.     set the castnum of sprite 48 to 203
  6.   end if
  7.   
  8.   if the mousecast =83 then
  9.     set the visible of sprite 47 to true
  10.     set the visible of sprite 48 to true
  11.   end if
  12.   
  13.   if the mousev<421 then
  14.     set the visible of sprite 47 to false
  15.     set the visible of sprite 48 to false
  16.   end if
  17.   
  18.   
  19.   
  20.   
  21.   if the mousecast =260 then
  22.     set the castnum of sprite 46 to 270
  23.   end if
  24.   
  25.   if the mousecast =161 or the mousecast=200 or the mousecast=250 then
  26.     set the castnum of sprite 46 to 260
  27.     set the castnum of sprite 48 to 201   
  28.   end if
  29.   
  30.   
  31.   go to the frame
  32. end
  33.